home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / asm_one / asm-onev1.25c.dms / in.adf / Release3.0 / Include3.0.lha / Include3.0 / libraries / expansion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-24  |  432 b   |  20 lines

  1. #ifndef LIBRARIES_EXPANSION_H
  2. #define    LIBRARIES_EXPANSION_H
  3. /*
  4. **    $VER: expansion.h 36.7 (28.05.90)
  5. **    Includes Release 39.108
  6. **
  7. **    External definitions for expansion.library
  8. **
  9. **    (C) Copyright 1985-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #define EXPANSIONNAME    "expansion.library"
  14.  
  15. /* flags for the AddDosNode() call */
  16. #define ADNB_STARTPROC    0
  17. #define ADNF_STARTPROC    (1L<<0)
  18.  
  19. #endif /* LIBRARIES_EXPANSION_H */
  20.